home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February / PCWorld_2008-02_cd.bin / v cisle / qip / qipinfium9000.exe / infium.exe / 0 / RCDATA / TFRMWIZ / TFRMWIZ.txt
Text File  |  2007-12-27  |  2KB  |  99 lines

  1. object frmWiz: TfrmWiz
  2.   Left = 538
  3.   Top = 398
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 243
  7.   ClientWidth = 352
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LabelConv: TInfuLabel
  20.     Left = 24
  21.     Top = 144
  22.     Width = 120
  23.     Height = 13
  24.     Caption = '_Account name to import'
  25.   end
  26.   object PB1: TGauge
  27.     Left = 24
  28.     Top = 200
  29.     Width = 297
  30.     Height = 17
  31.     BackColor = clBtnFace
  32.     ForeColor = clSkyBlue
  33.     Progress = 0
  34.   end
  35.   object EditPath: TInfuEdit
  36.     Left = 24
  37.     Top = 84
  38.     Width = 209
  39.     Height = 21
  40.     TabStop = False
  41.     Color = clBtnFace
  42.     ReadOnly = True
  43.     TabOrder = 1
  44.   end
  45.   object BitBtnBrowse: TInfuBitBtn
  46.     Left = 240
  47.     Top = 82
  48.     Width = 81
  49.     Height = 25
  50.     Caption = '_Browse'
  51.     TabOrder = 2
  52.     OnClick = BitBtnBrowseClick
  53.   end
  54.   object MemoWiz: TInfuMemo
  55.     Left = 16
  56.     Top = 8
  57.     Width = 321
  58.     Height = 65
  59.     Cursor = crArrow
  60.     TabStop = False
  61.     BorderStyle = bsNone
  62.     Color = clBtnFace
  63.     ReadOnly = True
  64.     TabOrder = 0
  65.   end
  66.   object CBAcc: TInfuComboBox
  67.     Left = 24
  68.     Top = 160
  69.     Width = 209
  70.     Height = 21
  71.     Style = csDropDownList
  72.     ItemHeight = 13
  73.     TabOrder = 4
  74.   end
  75.   object BitBtnStart: TInfuBitBtn
  76.     Left = 240
  77.     Top = 158
  78.     Width = 81
  79.     Height = 25
  80.     Caption = '_Start'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clWindowText
  83.     Font.Height = -11
  84.     Font.Name = 'Tahoma'
  85.     Font.Style = [fsBold]
  86.     ParentFont = False
  87.     TabOrder = 5
  88.     OnClick = BitBtnStartClick
  89.   end
  90.   object CheckBoxHistOnly: TInfuCheckBox
  91.     Left = 24
  92.     Top = 111
  93.     Width = 297
  94.     Height = 17
  95.     Caption = '_Import history only'
  96.     TabOrder = 3
  97.   end
  98. end
  99.